home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 242 / Issue 242 - April 2008 - DPCS0408DVD.ISO / Open Source / AutoHotKey / Source / AutoHotkey104705_source.exe / AutoHotkey.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2007-11-21  |  12.3 KB  |  469 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.10"
  5.     Name="AutoHotkey"
  6.     ProjectGUID="{76EFDEE3-81CF-4ADA-94DC-EA5509FF6FFC}"
  7.     RootNamespace="AutoHotkey"
  8.     Keyword="Win32Proj">
  9.     <Platforms>
  10.         <Platform
  11.             Name="Win32"/>
  12.     </Platforms>
  13.     <Configurations>
  14.         <Configuration
  15.             Name="Debug|Win32"
  16.             OutputDirectory="Debug"
  17.             IntermediateDirectory="Debug"
  18.             ConfigurationType="1"
  19.             CharacterSet="2">
  20.             <Tool
  21.                 Name="VCCLCompilerTool"
  22.                 Optimization="0"
  23.                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  24.                 MinimalRebuild="TRUE"
  25.                 BasicRuntimeChecks="3"
  26.                 RuntimeLibrary="5"
  27.                 StructMemberAlignment="0"
  28.                 BufferSecurityCheck="TRUE"
  29.                 UsePrecompiledHeader="2"
  30.                 WarningLevel="3"
  31.                 Detect64BitPortabilityProblems="TRUE"
  32.                 DebugInformationFormat="4"/>
  33.             <Tool
  34.                 Name="VCCustomBuildTool"/>
  35.             <Tool
  36.                 Name="VCLinkerTool"
  37.                 AdditionalDependencies="wsock32.lib winmm.lib version.lib comctl32.lib"
  38.                 OutputFile="$(OutDir)/AutoHotkey.exe"
  39.                 LinkIncremental="2"
  40.                 GenerateDebugInformation="TRUE"
  41.                 ProgramDatabaseFile="$(OutDir)/AutoHotkey.pdb"
  42.                 SubSystem="2"
  43.                 StackReserveSize="4194304"
  44.                 StackCommitSize="0"
  45.                 TerminalServerAware="1"
  46.                 OptimizeForWindows98="1"
  47.                 TargetMachine="1"/>
  48.             <Tool
  49.                 Name="VCMIDLTool"/>
  50.             <Tool
  51.                 Name="VCPostBuildEventTool"/>
  52.             <Tool
  53.                 Name="VCPreBuildEventTool"/>
  54.             <Tool
  55.                 Name="VCPreLinkEventTool"/>
  56.             <Tool
  57.                 Name="VCResourceCompilerTool"/>
  58.             <Tool
  59.                 Name="VCWebServiceProxyGeneratorTool"/>
  60.             <Tool
  61.                 Name="VCXMLDataGeneratorTool"/>
  62.             <Tool
  63.                 Name="VCWebDeploymentTool"/>
  64.             <Tool
  65.                 Name="VCManagedWrapperGeneratorTool"/>
  66.             <Tool
  67.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  68.         </Configuration>
  69.         <Configuration
  70.             Name="Release|Win32"
  71.             OutputDirectory="Release"
  72.             IntermediateDirectory="Release"
  73.             ConfigurationType="1"
  74.             CharacterSet="2"
  75.             WholeProgramOptimization="FALSE">
  76.             <Tool
  77.                 Name="VCCLCompilerTool"
  78.                 Optimization="2"
  79.                 GlobalOptimizations="TRUE"
  80.                 EnableIntrinsicFunctions="TRUE"
  81.                 FavorSizeOrSpeed="1"
  82.                 OmitFramePointers="TRUE"
  83.                 OptimizeForProcessor="0"
  84.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  85.                 StringPooling="TRUE"
  86.                 ExceptionHandling="FALSE"
  87.                 BasicRuntimeChecks="0"
  88.                 RuntimeLibrary="4"
  89.                 StructMemberAlignment="0"
  90.                 BufferSecurityCheck="FALSE"
  91.                 EnableFunctionLevelLinking="TRUE"
  92.                 UsePrecompiledHeader="2"
  93.                 WarningLevel="3"
  94.                 WarnAsError="TRUE"
  95.                 DebugInformationFormat="0"/>
  96.             <Tool
  97.                 Name="VCCustomBuildTool"/>
  98.             <Tool
  99.                 Name="VCLinkerTool"
  100.                 AdditionalOptions="/SAFESEH:NO /Verbose"
  101.                 AdditionalDependencies="wsock32.lib winmm.lib version.lib comctl32.lib"
  102.                 OutputFile="$(OutDir)/AutoHotkey.exe"
  103.                 LinkIncremental="1"
  104.                 IgnoreDefaultLibraryNames="LibCMT;MSVCrt"
  105.                 GenerateDebugInformation="FALSE"
  106.                 SubSystem="2"
  107.                 StackReserveSize="4194304"
  108.                 StackCommitSize="0"
  109.                 LargeAddressAware="1"
  110.                 TerminalServerAware="1"
  111.                 OptimizeReferences="2"
  112.                 EnableCOMDATFolding="2"
  113.                 OptimizeForWindows98="1"
  114.                 FunctionOrder="@source/misc/function_order_for_linker_optimization.txt"
  115.                 TargetMachine="1"/>
  116.             <Tool
  117.                 Name="VCMIDLTool"/>
  118.             <Tool
  119.                 Name="VCPostBuildEventTool"
  120.                 CommandLine="upx --best --no-lzma --filter=73 --compress-icons=0 release\AutoHotkey.exe"/>
  121.             <Tool
  122.                 Name="VCPreBuildEventTool"/>
  123.             <Tool
  124.                 Name="VCPreLinkEventTool"/>
  125.             <Tool
  126.                 Name="VCResourceCompilerTool"/>
  127.             <Tool
  128.                 Name="VCWebServiceProxyGeneratorTool"/>
  129.             <Tool
  130.                 Name="VCXMLDataGeneratorTool"/>
  131.             <Tool
  132.                 Name="VCWebDeploymentTool"/>
  133.             <Tool
  134.                 Name="VCManagedWrapperGeneratorTool"/>
  135.             <Tool
  136.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  137.         </Configuration>
  138.         <Configuration
  139.             Name="SC (self-contained)|Win32"
  140.             OutputDirectory="$(ConfigurationName)"
  141.             IntermediateDirectory="$(ConfigurationName)"
  142.             ConfigurationType="1"
  143.             CharacterSet="2"
  144.             WholeProgramOptimization="FALSE">
  145.             <Tool
  146.                 Name="VCCLCompilerTool"
  147.                 Optimization="1"
  148.                 GlobalOptimizations="TRUE"
  149.                 EnableIntrinsicFunctions="TRUE"
  150.                 FavorSizeOrSpeed="2"
  151.                 OmitFramePointers="TRUE"
  152.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;AUTOHOTKEYSC"
  153.                 StringPooling="TRUE"
  154.                 ExceptionHandling="FALSE"
  155.                 RuntimeLibrary="4"
  156.                 StructMemberAlignment="0"
  157.                 BufferSecurityCheck="FALSE"
  158.                 EnableFunctionLevelLinking="TRUE"
  159.                 UsePrecompiledHeader="2"
  160.                 WarningLevel="3"
  161.                 WarnAsError="TRUE"
  162.                 DebugInformationFormat="0"/>
  163.             <Tool
  164.                 Name="VCCustomBuildTool"/>
  165.             <Tool
  166.                 Name="VCLinkerTool"
  167.                 AdditionalDependencies="wsock32.lib winmm.lib version.lib comctl32.lib "$(InputDir)\source\lib\exearc_read_mt.lib""
  168.                 ShowProgress="0"
  169.                 OutputFile="$(OutDir)/AutoHotkeySC.bin"
  170.                 LinkIncremental="1"
  171.                 IgnoreDefaultLibraryNames="LibCMT;MSVCrt"
  172.                 GenerateDebugInformation="FALSE"
  173.                 SubSystem="2"
  174.                 StackReserveSize="4194304"
  175.                 LargeAddressAware="1"
  176.                 TerminalServerAware="1"
  177.                 OptimizeReferences="2"
  178.                 EnableCOMDATFolding="2"
  179.                 OptimizeForWindows98="1"
  180.                 FunctionOrder="@source/misc/function_order_for_linker_optimization.txt"
  181.                 TargetMachine="1"/>
  182.             <Tool
  183.                 Name="VCMIDLTool"/>
  184.             <Tool
  185.                 Name="VCPostBuildEventTool"/>
  186.             <Tool
  187.                 Name="VCPreBuildEventTool"/>
  188.             <Tool
  189.                 Name="VCPreLinkEventTool"/>
  190.             <Tool
  191.                 Name="VCResourceCompilerTool"
  192.                 PreprocessorDefinitions="AUTOHOTKEYSC"/>
  193.             <Tool
  194.                 Name="VCWebServiceProxyGeneratorTool"/>
  195.             <Tool
  196.                 Name="VCXMLDataGeneratorTool"/>
  197.             <Tool
  198.                 Name="VCWebDeploymentTool"/>
  199.             <Tool
  200.                 Name="VCManagedWrapperGeneratorTool"/>
  201.             <Tool
  202.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  203.         </Configuration>
  204.         <Configuration
  205.             Name="SC (minimum size)|Win32"
  206.             OutputDirectory="$(ConfigurationName)"
  207.             IntermediateDirectory="$(ConfigurationName)"
  208.             ConfigurationType="1"
  209.             CharacterSet="2"
  210.             WholeProgramOptimization="TRUE">
  211.             <Tool
  212.                 Name="VCCLCompilerTool"
  213.                 Optimization="1"
  214.                 GlobalOptimizations="TRUE"
  215.                 InlineFunctionExpansion="1"
  216.                 EnableIntrinsicFunctions="TRUE"
  217.                 FavorSizeOrSpeed="2"
  218.                 OmitFramePointers="TRUE"
  219.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;AUTOHOTKEYSC"
  220.                 StringPooling="TRUE"
  221.                 ExceptionHandling="FALSE"
  222.                 RuntimeLibrary="2"
  223.                 StructMemberAlignment="0"
  224.                 BufferSecurityCheck="FALSE"
  225.                 EnableFunctionLevelLinking="TRUE"
  226.                 UsePrecompiledHeader="2"
  227.                 WarningLevel="3"
  228.                 WarnAsError="TRUE"
  229.                 DebugInformationFormat="0"/>
  230.             <Tool
  231.                 Name="VCCustomBuildTool"/>
  232.             <Tool
  233.                 Name="VCLinkerTool"
  234.                 AdditionalDependencies="wsock32.lib winmm.lib version.lib comctl32.lib "$(InputDir)\source\lib\exearc_read_mt.lib""
  235.                 ShowProgress="0"
  236.                 OutputFile="$(OutDir)/AutoHotkeySC.bin"
  237.                 LinkIncremental="1"
  238.                 IgnoreDefaultLibraryNames="libc;libcmt"
  239.                 GenerateDebugInformation="FALSE"
  240.                 SubSystem="2"
  241.                 StackReserveSize="4194304"
  242.                 LargeAddressAware="1"
  243.                 TerminalServerAware="1"
  244.                 OptimizeReferences="2"
  245.                 EnableCOMDATFolding="2"
  246.                 OptimizeForWindows98="1"
  247.                 FunctionOrder="@source/misc/function_order_for_linker_optimization.txt"
  248.                 TargetMachine="1"/>
  249.             <Tool
  250.                 Name="VCMIDLTool"/>
  251.             <Tool
  252.                 Name="VCPostBuildEventTool"/>
  253.             <Tool
  254.                 Name="VCPreBuildEventTool"/>
  255.             <Tool
  256.                 Name="VCPreLinkEventTool"/>
  257.             <Tool
  258.                 Name="VCResourceCompilerTool"
  259.                 PreprocessorDefinitions="AUTOHOTKEYSC"/>
  260.             <Tool
  261.                 Name="VCWebServiceProxyGeneratorTool"/>
  262.             <Tool
  263.                 Name="VCXMLDataGeneratorTool"/>
  264.             <Tool
  265.                 Name="VCWebDeploymentTool"/>
  266.             <Tool
  267.                 Name="VCManagedWrapperGeneratorTool"/>
  268.             <Tool
  269.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  270.         </Configuration>
  271.     </Configurations>
  272.     <References>
  273.     </References>
  274.     <Files>
  275.         <Filter
  276.             Name="Source Files"
  277.             Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  278.             UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  279.             <File
  280.                 RelativePath=".\source\application.cpp">
  281.             </File>
  282.             <File
  283.                 RelativePath=".\source\AutoHotkey.cpp">
  284.             </File>
  285.             <File
  286.                 RelativePath=".\source\clipboard.cpp">
  287.             </File>
  288.             <File
  289.                 RelativePath=".\source\globaldata.cpp">
  290.             </File>
  291.             <File
  292.                 RelativePath=".\source\hook.cpp">
  293.             </File>
  294.             <File
  295.                 RelativePath=".\source\hotkey.cpp">
  296.             </File>
  297.             <File
  298.                 RelativePath=".\source\keyboard_mouse.cpp">
  299.             </File>
  300.             <File
  301.                 RelativePath=".\source\mt19937ar-cok.cpp">
  302.             </File>
  303.             <File
  304.                 RelativePath=".\source\os_version.cpp">
  305.             </File>
  306.             <File
  307.                 RelativePath=".\source\script.cpp">
  308.             </File>
  309.             <File
  310.                 RelativePath=".\source\script2.cpp">
  311.             </File>
  312.             <File
  313.                 RelativePath=".\source\script_autoit.cpp">
  314.             </File>
  315.             <File
  316.                 RelativePath=".\source\script_expression.cpp">
  317.                 <FileConfiguration
  318.                     Name="Release|Win32">
  319.                     <Tool
  320.                         Name="VCCLCompilerTool"
  321.                         Optimization="2"
  322.                         FavorSizeOrSpeed="1"/>
  323.                 </FileConfiguration>
  324.                 <FileConfiguration
  325.                     Name="SC (self-contained)|Win32">
  326.                     <Tool
  327.                         Name="VCCLCompilerTool"
  328.                         UsePrecompiledHeader="0"/>
  329.                 </FileConfiguration>
  330.                 <FileConfiguration
  331.                     Name="SC (minimum size)|Win32">
  332.                     <Tool
  333.                         Name="VCCLCompilerTool"
  334.                         UsePrecompiledHeader="0"/>
  335.                 </FileConfiguration>
  336.             </File>
  337.             <File
  338.                 RelativePath=".\source\script_gui.cpp">
  339.             </File>
  340.             <File
  341.                 RelativePath=".\source\script_menu.cpp">
  342.             </File>
  343.             <File
  344.                 RelativePath=".\source\script_registry.cpp">
  345.             </File>
  346.             <File
  347.                 RelativePath=".\source\SimpleHeap.cpp">
  348.             </File>
  349.             <File
  350.                 RelativePath=".\source\stdafx.cpp">
  351.             </File>
  352.             <File
  353.                 RelativePath=".\source\util.cpp">
  354.             </File>
  355.             <File
  356.                 RelativePath=".\source\var.cpp">
  357.             </File>
  358.             <File
  359.                 RelativePath=".\source\window.cpp">
  360.             </File>
  361.             <File
  362.                 RelativePath=".\source\WinGroup.cpp">
  363.             </File>
  364.         </Filter>
  365.         <Filter
  366.             Name="Header Files"
  367.             Filter="h;hpp;hxx;hm;inl;inc;xsd"
  368.             UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
  369.             <File
  370.                 RelativePath=".\source\application.h">
  371.             </File>
  372.             <File
  373.                 RelativePath=".\source\clipboard.h">
  374.             </File>
  375.             <File
  376.                 RelativePath=".\source\defines.h">
  377.             </File>
  378.             <File
  379.                 RelativePath=".\source\lib\exearc_read.h">
  380.             </File>
  381.             <File
  382.                 RelativePath=".\source\globaldata.h">
  383.             </File>
  384.             <File
  385.                 RelativePath=".\source\hook.h">
  386.             </File>
  387.             <File
  388.                 RelativePath=".\source\hotkey.h">
  389.             </File>
  390.             <File
  391.                 RelativePath=".\source\keyboard_mouse.h">
  392.             </File>
  393.             <File
  394.                 RelativePath=".\source\mt19937ar-cok.h">
  395.             </File>
  396.             <File
  397.                 RelativePath=".\source\os_version.h">
  398.             </File>
  399.             <File
  400.                 RelativePath=".\source\lib_pcre\pcre\pcre.h">
  401.             </File>
  402.             <File
  403.                 RelativePath=".\source\qmath.h">
  404.             </File>
  405.             <File
  406.                 RelativePath=".\source\resources\resource.h">
  407.             </File>
  408.             <File
  409.                 RelativePath=".\source\script.h">
  410.             </File>
  411.             <File
  412.                 RelativePath=".\source\SimpleHeap.h">
  413.             </File>
  414.             <File
  415.                 RelativePath=".\source\stdafx.h">
  416.             </File>
  417.             <File
  418.                 RelativePath=".\source\util.h">
  419.             </File>
  420.             <File
  421.                 RelativePath=".\source\var.h">
  422.             </File>
  423.             <File
  424.                 RelativePath=".\source\window.h">
  425.             </File>
  426.             <File
  427.                 RelativePath=".\source\WinGroup.h">
  428.             </File>
  429.         </Filter>
  430.         <Filter
  431.             Name="Resource Files"
  432.             Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  433.             UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  434.             <File
  435.                 RelativePath=".\source\resources\AutoHotkey.exe.manifest">
  436.             </File>
  437.             <File
  438.                 RelativePath=".\source\resources\AutoHotkey.rc">
  439.             </File>
  440.             <File
  441.                 RelativePath=".\source\resources\icon_filetype.ico">
  442.             </File>
  443.             <File
  444.                 RelativePath=".\source\resources\icon_main.ico">
  445.             </File>
  446.             <File
  447.                 RelativePath=".\source\resources\icon_pause.ico">
  448.             </File>
  449.             <File
  450.                 RelativePath=".\source\resources\icon_pause_suspend.ico">
  451.             </File>
  452.             <File
  453.                 RelativePath=".\source\resources\icon_suspend.ico">
  454.             </File>
  455.             <File
  456.                 RelativePath=".\source\resources\icon_tray_win9x.ico">
  457.             </File>
  458.             <File
  459.                 RelativePath=".\source\resources\icon_tray_win9x_suspend.ico">
  460.             </File>
  461.         </Filter>
  462.         <File
  463.             RelativePath=".\source\misc\function_order_for_linker_optimization.txt">
  464.         </File>
  465.     </Files>
  466.     <Globals>
  467.     </Globals>
  468. </VisualStudioProject>
  469.